home *** CD-ROM | disk | FTP | other *** search
- Image Processing Tools for True BASIC
- -------------------------------------
-
- An Image Processing Toolkit for True BASIC and a book "Programming Visual
- Images" will be available in 1992 featuring the Personal Iris and the Amiga.
-
- These demos are from Hubert Hohn's library of True BASIC tools and are a
- sample of the type of routines that will be covered in the toolkit and book.
-
- For more information, contact True BASIC or refer to the man pages for
- READPIXEL, READCPIXEL, BOX KEEP, BOX SHOW, SET MODE "CMAP" and SET MODE "RGB".
-
- These demos are driven with left mouse clicks.
-
- The sample RGB image file "eye.rgb" was provided by Silicon Graphics.
-
- -------------------------------------------------------------------------------
-
- Release notes:
-
- Two routines used in these demos may not be documented elsewhere. They are:
-
- sub readimage(fname$,xorg,yorg,xmax,ymax,cmax)
- read in an RGB image from file fname$ and display it at
- position xorg,yorg in the current window.
- return xmax, ymax, and cmax for image.
-
- sub writeimage(fname$,x1,x2,y1,y2)
- write the image defined by the box coordinates x1,x2,y1,y2
- to the file fname$ in RGB format.
-
- These routines put the window into RGB mode and reference the user's window
- coordinate system.
-
- NOTE: these routines have not yet been tested on the Indigo.
-